home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / Updates / PowerPC / pdflib / bind / java / readme.txt < prev    next >
Text File  |  2000-05-16  |  731b  |  20 lines

  1. Notes on the PDFlib Java binding:
  2.  
  3. - On some of my systems Java uses the wrong timezone for the PDF clock -- why?.
  4.  
  5. - I seem to be unable to write catch clauses for some specific
  6.   exceptions, e.g. IOException.
  7.  
  8. - Is it reasonable to introduce our own PDFexception class?
  9.  
  10. - It doesn't seem to be possible to catch malloc errors since the JNI
  11.   generates a core dump signal before the PDFlib error handler jumps in.
  12.  
  13. - What would be the appropriate way of introducing packages and
  14.   import statements for PDFlib, and getting rid of the ridiculous
  15.   pdflib.PDF_... constructs?
  16.  
  17. - On some systems you will have to set the CLASSPATH environment variable
  18.   to include . (the current directory) in order for pdflib.class to be
  19.   found.
  20.